home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 4
/
Mac Giga-ROM 4.0 - 1993.toast
/
FILES
/
HYP
/
C-D
/
DiskManager2.cpt
/
DiskManager 2.0
/
background_2669.txt
< prev
next >
Wrap
Text File
|
1989-02-26
|
6KB
|
281 lines
-- background: 2669 from stack: in.0
-- bmap block id: 3905
-- flags: 4000
-- background id: 0
-- name:
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=2 top=304 right=338 bottom=41
-- title width / last selected line: 0
-- icon id / first selected line: 1011 / 1011
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris close
go "Home"
end mouseUp
-- part 43 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=109 top=24 right=53 bottom=304
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 24
-- part name:
-- part 44 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=8 top=82 right=303 bottom=166
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 45 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=172 top=82 right=303 bottom=413
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 66 (field)
-- low flags: 00
-- high flags: 0007
-- rect: left=415 top=56 right=306 bottom=508
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 4
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 70 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=268 top=311 right=333 bottom=350
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Find
----- HyperTalk script -----
on mouseUp
doMenu "Find..."
end mouseUp
-- part 71 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=453 top=311 right=333 bottom=497
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Sort
----- HyperTalk script -----
on mouseUp
answer "Sort all cards of this stack according to:" with "First Name" or "Last Name" or "Cancel"
if it is "First Name"
then sort by first word of first line of field 1
else if it is "Last Name"
then sort by last word of first line of field 1
end mouseUp
-- part 74 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=48 top=303 right=342 bottom=96
-- title width / last selected line: 0
-- icon id / first selected line: 19381 / 19381
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go to previous card
end mouseUp
-- part 75 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=214 top=303 right=342 bottom=262
-- title width / last selected line: 0
-- icon id / first selected line: 22308 / 22308
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go to next card
end mouseUp
-- part 89 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=351 top=22 right=70 bottom=399
-- title width / last selected line: 0
-- icon id / first selected line: 12927 / 12927
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Application
----- HyperTalk script -----
on mouseUp
open the short name of the target
end mouseUp
-- part 90 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=364 top=311 right=333 bottom=440
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Card
----- HyperTalk script -----
on mouseUp
set the cursor to 4
DoMenu New Card
wait 30
set the cursor to 1
tabKey
end mouseUp
-- part 91 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=102 top=304 right=334 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Make Label
----- HyperTalk script -----
on mouseUp
put the userLevel into saveLevel
set the userLevel to 3
if the userLevel < 3 then exit mouseUp
answer "Transfer Title and Contents to:" with "Label 1" or "Label 2" or "Cancel"
if it is "Label 1"
then
choose browse tool
set the cursor to 1
tabkey
domenu "copy text"
visual effect dissolve fast
go to card id 9559
choose browse tool
click at 27,321
click at 9,103
click at 98,114
domenu paste text
domenu "Back"
choose browse tool
tabkey
tabkey
domenu "copy text"
visual effect dissolve fast
go to card id 9559
choose browse tool
click at 69,270
click at 96,126
domenu "paste text"
domenu "back"
set the userLevel to saveLevel
else if it is "Label 2"
then
put the userLevel into saveLevel
set the userLevel to 3
if the userLevel < 3 then exit mouseUp
choose browse tool
set the cursor to 1
tabkey
domenu "copy text"
visual effect dissolve fast
go to card id 9559
choose browse tool
click at 319,114
domenu "paste text"
domenu "Back"
choose browse tool
tabkey
tabkey
domenu "copy text"
visual effect dissolve fast
go to card id 9559
choose browse tool
click at 92,270
click at 319,126
domenu "paste text"
end if
set the userLevel to saveLevel
end mouseUp